Welcome![Sign In][Sign Up]
Location:
Search - p2p udp

Search list

[P2Pp2framework_src.2.1.0.2.tar

Description: P2Framework是一个开源项目。这是一个高效率的平台,使分布式系统的开发变得更加容易。通过这一平台,你可以忘记许多烦恼和琐碎的事情在分布式系统的开发(如NAT /防火墙穿越,的UDP / TCP协议的交换机等) 。 主要的重点是在这个框架内,以减轻P2P的连接建立,数据和信息传输。与P2Framework ,开发商不需要照顾NAT穿越,防火墙/代理问题,可靠性的UDP和TCP短期发送/接收的问题(等)的点对点环境。例如,可能同行后面的NAT或使用HTTP代理上网。另一个例子是,开发商可能要处理UDP和TCP连接以同样的方式,例如,一个可能需要可以传递信息的UDP和TCP可靠传输数据块的块,而不是流。在P2Framework ,各种连接建立和数据传输的封装几乎相同的接口。您可以使用混合连接P2Framework来确定最佳连接你喜欢同伴之间。此外,所有的网络业务的非块P2Framework其中只有运行signle线程。因此,开发商不需要使用互斥。和P2Framework可以建立在双方的Win32和Linux平台。-P2Framework is an open source project. It is a highly efficient platform for making distributed system development much easier. With this platform, you can forget many annoying and trivial things in the distributed system development (such as NAT/firewall traversal, udp/tcp protocol switch, etc.). The main focus on this framework is to ease the P2P connection establishment, data and message transmission. With P2Framework, the developers do not need to care NAT traversal, firewall/proxy problem, UDP reliability and TCP short send/receive problem (etc.) in peer-to-peer environment. For example, peers may behind NAT or uses a http proxy to access Internet. Another example is that the developers may want handle UDP and TCP connections in the same way, such as, one may want to UDP can transmit messages reliably and TCP can transmit data block by block rather than stream. In P2Framework, all kinds of connection establishment and data transmission are encapsulated as almost the same interfac
Platform: | Size: 1231872 | Author: 董巍 | Hits:

[Internet-NetworkP2P

Description: P2P中利用UDP穿透NAT的原理与实现.内附P2P的客户端和服务端程序,对学习P2P实现的朋友也会很有帮助.-P2P penetrate NAT using UDP and the realization of the principle. Containing a P2P client and the server process, the achievement of learning P2P friends will be very helpful.
Platform: | Size: 28672 | Author: California | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[P2PDelphip2p

Description: 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 -This procedure is a true peer-to-peer communication model program:) to achieve within the network to connect directly with the network (QQ with the technology) to achieve the use of Delphi. Online do not see a similar process, is hereby released favorite friends to provide references. UDP through NAT to achieve penetration of the point-to-point communications.
Platform: | Size: 1252352 | Author: cneagle | Hits:

[Delphi VCLcn700_del49903244

Description: UDP P2P透防火墙关键技术DELPHI版-UDP P2P thoroughly firewall version of key technologies DELPHI-UDP P2P-DELPHI-UDP P2P thoroughly firewall version of key technologies DELPHI
Platform: | Size: 587776 | Author: wq | Hits:

[Windows Developp2pudp

Description: VC++ 局域网UDP穿透NAT(P2P)的原理及源代码,论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码),这里就用自己实现的一个源代码来说明UDP穿越NAT的原理。截图分别演示了服务端和客户端的运行状态图。 -VC++ LAN UDP penetrate NAT (P2P) principle and source code, forums, often the discussion of the principle of P2P, but the discussion to the discussion, very few have a real thing (source code), here on their own to achieve a source code to illustrate the principle of UDP through NAT. Screenshot of services were demonstrated and the client-side state diagram of the operation.
Platform: | Size: 20480 | Author: jiangjihai | Hits:

[Communicationudp

Description: 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Holes using the UDP technology, sub-server-side with the client, server-side landing record is responsible for the IP and port users and forwarding the news holes. Principle everywhere, do not paste it here. Posted here VB.net code exchange for beginners and experts welcome the comments ... ... server-side after a successful start, enter help to view the relevant command to the server. Success in landing the client, the input can help the client to view the relevant orders (not user name, when landing).
Platform: | Size: 39936 | Author: Frank.Tao | Hits:

[Internet-NetworkP2P_UDP_NAT

Description: P2P之UDP穿透NAT的原理与实现附源代码,书我就没有传了,我想对想掌握P2P,NAT技术的朋友还是有一定的帮助吧!-P2P of UDP through NAT and implementation of the principles attached to the source code, the book I did not pass, I want to want to control P2P, NAT technology, the help of a friend or a certain bar! ~
Platform: | Size: 3175424 | Author: liyang | Hits:

[Windows DevelopP2PforUDPtoNAT

Description: 在这里实现的一个源代码来说明UDP穿越NAT的原理。-p2p udp nat
Platform: | Size: 8192 | Author: lj | Hits:

[Internet-NetworkP2P

Description: P2P 之 UDP穿透NAT的原理与实现-P2P of UDP through NAT Principle and Realization
Platform: | Size: 5748736 | Author: 陆谦谦 | Hits:

[Internet-NetworkP2PNAT

Description: P2P之UDP穿透NAT的实现,一个模拟P2P通讯的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后.(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation)-p2p protocol, udp, CSHARP
Platform: | Size: 49152 | Author: alex_cn | Hits:

[Internet-Networkp2p

Description: P2P之UDP穿透NAT的原理与实现,最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为一个全球唯一的IP然后发送出去。(基本的NAT会改变IP包中的原IP地址,但是不会改变IP包中的端口)-P2P principle of UDP through NAT and implementation (with source code)
Platform: | Size: 29696 | Author: 魏应彬 | Hits:

[source in ebook112p2p-1222

Description: 原力P2P点播系统,是原力公司为了解决传统流媒体播放不流畅,人多带宽占用极大的问题,通过两年多的专一研发与大量客户的实际应用的UDP协议上的全新一代的P2P点播系统,可以做到播放完全不缓冲,带宽占用极低的企业及电信运营级解决方案。-Media Player的wmv,asf,avi和real player的rm,rmvb
Platform: | Size: 5120 | Author: sufei | Hits:

[P2PP2P

Description: 关于UDP穿透NAT的中文资料在网络上是很少的,仅有<<P2P之UDP穿透NAT的原理与实现(shootingstars)>>这篇文章有实际的参考价值。本人近两年来也一直从事P2P方面的开发工作,比较有代表性的是个人开发的BitTorrent下载软件 - FlashBT(变态快车). -UDP through NAT on the Chinese data on the network is small, only " <P2P之UDP穿透NAT的原理与实现(shootingstars)> " This article is the actual reference value. I have the past two years has also been engaged in P2P aspects of development work, more representative of the individual development of BitTorrent download software- FlashBT (metamorphosis Express).
Platform: | Size: 25600 | Author: 田南海 | Hits:

[.netCsharp1

Description: C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Application Programming Chapter 4 Chapter 5 Chapter P2P Application Programming Application Programming SMTP and POP3 ... ... ... ...
Platform: | Size: 198656 | Author: 王清河 | Hits:

[Internet-NetworkXechWicFileTransferSDK20100205

Description: 实现了udp P2P文件高效传输的开发包.包含文件在线离线传输,文件柜功能.提供客户端源码,可以快速集成.-XechWic P2P File Transfer SDK.
Platform: | Size: 22604800 | Author: wzr | Hits:

[P2Pp2pwithudp

Description: 基于UDP实现的P2P程序,实现了可靠传输和流量控制。-an implementation of P2P based udp ,achieve a reliable transmission and flow control
Platform: | Size: 151552 | Author: czy | Hits:

[Internet-NetworkP2P

Description: 基于vc的P2P网络聊天程序,具备P2P的关键技术,如UDP穿透NAT-Vc of the P2P network based chat program, P2P has the key technologies, such as UDP through NAT. . .
Platform: | Size: 531456 | Author: dyfeng | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[Other200812520554477749

Description: E语言 UDP (P2P)打洞实例 实现
Platform: | Size: 5120 | Author: 徐天若 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »

CodeBus www.codebus.net